home *** CD-ROM | disk | FTP | other *** search
/ Webster's Millennium Amer…Sign Language Dictionary / ASL.ISO / mac / SKILLS.dir / 00046_Script_SK this session clk script < prev    next >
Text File  |  2001-09-05  |  241b  |  8 lines

  1. on mouseDown
  2.   global gDataType,gDataSource,reviewListing,gHistoryData,gUserData
  3.   set gHistoryData = reviewListing
  4.  
  5.   set gDataSource = "recent session"
  6.   
  7.   if count(reviewListing) = 0 then set gDataSource = "entire dictionary" 
  8. end